From: Kenichi Handa Date: Thu, 13 Aug 2009 12:18:35 +0000 (+0000) Subject: Mention the new coding system `utf-8-hfs' and many X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11125 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e5fdcba44c8d4851606251581bf6ec8273c01bf8;p=emacs.git Mention the new coding system `utf-8-hfs' and many functions for Unicode normalization. --- diff --git a/etc/NEWS b/etc/NEWS index 0d842315f89..a18ff28dade 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -87,6 +87,10 @@ variables to file-local variables in the "Local Variables" list or the `copy-dir-locals-to-file-locals-prop-line' and `copy-file-locals-to-dir-locals'. +** New coding system `utf-8-hfs' is available in +international/ucs-normalize.el. It is suitable for +default-file-name-coding-system on Mac OS X. + * Editing Changes in Emacs 23.2 @@ -173,6 +177,14 @@ functions and variables. The feature `hashtable-print-readable' identifies this new functionality. +** Functions performing Unicode normalization are added. They are: +ucs-normalize-NFD-region, ucs-normalize-NFD-string, +ucs-normalize-NFC-region, ucs-normalize-NFC-string, +ucs-normalize-NFKD-region, ucs-normalize-NFKD-string, +ucs-normalize-NFKC-region, ucs-normalize-NFKC-string, +ucs-normalize-HFS-NFD-region, ucs-normalize-HFS-NFD-string, +ucs-normalize-HFS-NFC-region, ucs-normalize-HFS-NFC-string. + * Installation Changes in Emacs 23.1